home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / columnis.lha / columnise / Columnise.doc < prev    next >
Text File  |  1996-12-01  |  2KB  |  59 lines

  1.  Columnise - puts ASCII text of short lines into columns, maintaining
  2.           the order down each column.
  3.  
  4.  Introduction
  5.  ------------
  6. This  program  was written to fill a personal need. I haveto maintain a
  7. list of names and phone numbers, in alphabetical order.
  8. I wanted them listed in columns, maintaining the order down the columns
  9. and  from  the  bottom of the most right-hand column of one page to the
  10. top of the left-hand column of the following page.
  11.  
  12.  Use
  13.  ---
  14. The  program  can  be called from the WB or CLI. From the WB you have to
  15. supply the parameters on demand but from the CLI you can supply them all
  16. on the calling line, together with Q(uiet) to supress output.
  17. The  program  reads the data and returns the length of the longest line.
  18. Subsequently  all  lines  will be padded with spaces to the same length.
  19. A new file  is generated  in the same directory  as the given file, with
  20. '.col' added to it's name.
  21.  
  22.  Examples
  23.  --------
  24.  columnise ?
  25.  Columnise [InputFile [NumColumns [NumLinesonPage [NumSpaces] [Quiet]]]]]
  26.  
  27.  In other words everything is optional, if you don't supply it, the prog
  28.  will ask.
  29.  
  30.  columnise names 4 3 5 q
  31.  
  32.  produces names.col from names as supplied. ( I wish I could remember
  33.  all the phonic alphabet !, but then I'm showing my age)
  34.  Note that there are 3 pages with a FormFeed between each.
  35.  
  36.  FREEWARE
  37.  --------
  38.  There is no charge for this program so pass it around as you like, but
  39.  please keep the files together and acknowledge me as author in any
  40.  publication.
  41.  I should be delighted to hear from anyone (E-mail, postcard or letter)
  42.  who finds Columnise useful, and of course about any bugs you may find.
  43.  
  44.  Geoff Tegerdine       gtegerdine@cix.compulink.co.uk
  45.  17 Northcliffe
  46.  Eaton Bray
  47.  Dunstable UK
  48.  LU6 2DE
  49.  
  50. ----------
  51. Disclaimer
  52. ----------
  53. This program is provided "as is" without warranty of any kind, either
  54. expressed or implied, including, but not limited to, the implied warranty
  55. of fitness for a particular purpose.  Though every care has been taken to
  56. make this program user-friendly and bug-free, the entire risk as to the
  57. results, reliability and performance of this program is assumed by you.
  58.  
  59.